3.264 \(\int \frac {\cos ^2(a+b x)}{\sqrt {\csc (a+b x)}} \, dx\)

Optimal. Leaf size=67 \[ \frac {2 \cos (a+b x)}{5 b \csc ^{\frac {3}{2}}(a+b x)}+\frac {4 \sqrt {\sin (a+b x)} \sqrt {\csc (a+b x)} E\left (\left .\frac {1}{2} \left (a+b x-\frac {\pi }{2}\right )\right |2\right )}{5 b} \]

[Out]

2/5*cos(b*x+a)/b/csc(b*x+a)^(3/2)-4/5*(sin(1/2*a+1/4*Pi+1/2*b*x)^2)^(1/2)/sin(1/2*a+1/4*Pi+1/2*b*x)*EllipticE(
cos(1/2*a+1/4*Pi+1/2*b*x),2^(1/2))*csc(b*x+a)^(1/2)*sin(b*x+a)^(1/2)/b

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 67, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.158, Rules used = {2628, 3771, 2639} \[ \frac {2 \cos (a+b x)}{5 b \csc ^{\frac {3}{2}}(a+b x)}+\frac {4 \sqrt {\sin (a+b x)} \sqrt {\csc (a+b x)} E\left (\left .\frac {1}{2} \left (a+b x-\frac {\pi }{2}\right )\right |2\right )}{5 b} \]

Antiderivative was successfully verified.

[In]

Int[Cos[a + b*x]^2/Sqrt[Csc[a + b*x]],x]

[Out]

(2*Cos[a + b*x])/(5*b*Csc[a + b*x]^(3/2)) + (4*Sqrt[Csc[a + b*x]]*EllipticE[(a - Pi/2 + b*x)/2, 2]*Sqrt[Sin[a
+ b*x]])/(5*b)

Rule 2628

Int[(csc[(e_.) + (f_.)*(x_)]*(a_.))^(m_.)*((b_.)*sec[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> -Simp[(a*(a*Csc[e
 + f*x])^(m - 1)*(b*Sec[e + f*x])^(n + 1))/(b*f*(m + n)), x] + Dist[(n + 1)/(b^2*(m + n)), Int[(a*Csc[e + f*x]
)^m*(b*Sec[e + f*x])^(n + 2), x], x] /; FreeQ[{a, b, e, f, m}, x] && LtQ[n, -1] && NeQ[m + n, 0] && IntegersQ[
2*m, 2*n]

Rule 2639

Int[Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2*EllipticE[(1*(c - Pi/2 + d*x))/2, 2])/d, x] /; FreeQ[{
c, d}, x]

Rule 3771

Int[(csc[(c_.) + (d_.)*(x_)]*(b_.))^(n_), x_Symbol] :> Dist[(b*Csc[c + d*x])^n*Sin[c + d*x]^n, Int[1/Sin[c + d
*x]^n, x], x] /; FreeQ[{b, c, d}, x] && EqQ[n^2, 1/4]

Rubi steps

\begin {align*} \int \frac {\cos ^2(a+b x)}{\sqrt {\csc (a+b x)}} \, dx &=\frac {2 \cos (a+b x)}{5 b \csc ^{\frac {3}{2}}(a+b x)}+\frac {2}{5} \int \frac {1}{\sqrt {\csc (a+b x)}} \, dx\\ &=\frac {2 \cos (a+b x)}{5 b \csc ^{\frac {3}{2}}(a+b x)}+\frac {1}{5} \left (2 \sqrt {\csc (a+b x)} \sqrt {\sin (a+b x)}\right ) \int \sqrt {\sin (a+b x)} \, dx\\ &=\frac {2 \cos (a+b x)}{5 b \csc ^{\frac {3}{2}}(a+b x)}+\frac {4 \sqrt {\csc (a+b x)} E\left (\left .\frac {1}{2} \left (a-\frac {\pi }{2}+b x\right )\right |2\right ) \sqrt {\sin (a+b x)}}{5 b}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.15, size = 61, normalized size = 0.91 \[ -\frac {2 \sqrt {\csc (a+b x)} \left (2 \sqrt {\sin (a+b x)} E\left (\left .\frac {1}{4} (-2 a-2 b x+\pi )\right |2\right )-\sin ^2(a+b x) \cos (a+b x)\right )}{5 b} \]

Antiderivative was successfully verified.

[In]

Integrate[Cos[a + b*x]^2/Sqrt[Csc[a + b*x]],x]

[Out]

(-2*Sqrt[Csc[a + b*x]]*(2*EllipticE[(-2*a + Pi - 2*b*x)/4, 2]*Sqrt[Sin[a + b*x]] - Cos[a + b*x]*Sin[a + b*x]^2
))/(5*b)

________________________________________________________________________________________

fricas [F]  time = 0.50, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {\cos \left (b x + a\right )^{2}}{\sqrt {\csc \left (b x + a\right )}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)^2/csc(b*x+a)^(1/2),x, algorithm="fricas")

[Out]

integral(cos(b*x + a)^2/sqrt(csc(b*x + a)), x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\cos \left (b x + a\right )^{2}}{\sqrt {\csc \left (b x + a\right )}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)^2/csc(b*x+a)^(1/2),x, algorithm="giac")

[Out]

integrate(cos(b*x + a)^2/sqrt(csc(b*x + a)), x)

________________________________________________________________________________________

maple [A]  time = 0.14, size = 142, normalized size = 2.12 \[ \frac {-\frac {2 \left (\sin ^{4}\left (b x +a \right )\right )}{5}+\frac {2 \left (\sin ^{2}\left (b x +a \right )\right )}{5}-\frac {4 \sqrt {\sin \left (b x +a \right )+1}\, \sqrt {-2 \sin \left (b x +a \right )+2}\, \sqrt {-\sin \left (b x +a \right )}\, \EllipticE \left (\sqrt {\sin \left (b x +a \right )+1}, \frac {\sqrt {2}}{2}\right )}{5}+\frac {2 \sqrt {\sin \left (b x +a \right )+1}\, \sqrt {-2 \sin \left (b x +a \right )+2}\, \sqrt {-\sin \left (b x +a \right )}\, \EllipticF \left (\sqrt {\sin \left (b x +a \right )+1}, \frac {\sqrt {2}}{2}\right )}{5}}{\cos \left (b x +a \right ) \sqrt {\sin \left (b x +a \right )}\, b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(b*x+a)^2/csc(b*x+a)^(1/2),x)

[Out]

(-2/5*sin(b*x+a)^4+2/5*sin(b*x+a)^2-4/5*(sin(b*x+a)+1)^(1/2)*(-2*sin(b*x+a)+2)^(1/2)*(-sin(b*x+a))^(1/2)*Ellip
ticE((sin(b*x+a)+1)^(1/2),1/2*2^(1/2))+2/5*(sin(b*x+a)+1)^(1/2)*(-2*sin(b*x+a)+2)^(1/2)*(-sin(b*x+a))^(1/2)*El
lipticF((sin(b*x+a)+1)^(1/2),1/2*2^(1/2)))/cos(b*x+a)/sin(b*x+a)^(1/2)/b

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\cos \left (b x + a\right )^{2}}{\sqrt {\csc \left (b x + a\right )}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)^2/csc(b*x+a)^(1/2),x, algorithm="maxima")

[Out]

integrate(cos(b*x + a)^2/sqrt(csc(b*x + a)), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int \frac {{\cos \left (a+b\,x\right )}^2}{\sqrt {\frac {1}{\sin \left (a+b\,x\right )}}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(a + b*x)^2/(1/sin(a + b*x))^(1/2),x)

[Out]

int(cos(a + b*x)^2/(1/sin(a + b*x))^(1/2), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\cos ^{2}{\left (a + b x \right )}}{\sqrt {\csc {\left (a + b x \right )}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)**2/csc(b*x+a)**(1/2),x)

[Out]

Integral(cos(a + b*x)**2/sqrt(csc(a + b*x)), x)

________________________________________________________________________________________